Interface: VideoMetrics
Hierarchy
↳
VideoMetrics
Properties
bitrate
• Optional
bitrate: number
Inherited from
bytesTransmitted
• Optional
bytesTransmitted: number
Inherited from
codec
• Optional
codec: string
Inherited from
framesPerSecond
• Optional
framesPerSecond: number
jitter
• Optional
jitter: number
Inherited from
kind
• kind: "audio"
| "video"
Inherited from
packetsLost
• packetsLost: number
Inherited from
packetsTransmitted
• packetsTransmitted: number
Inherited from
recentPercentageLost
• Optional
recentPercentageLost: number
Inherited from
resolution
• Optional
resolution: string
resolutionHeight
• Optional
resolutionHeight: number
resolutionWidth
• Optional
resolutionWidth: number
roundTripTime
• Optional
roundTripTime: number
Inherited from
timestamp
• Optional
timestamp: number
Inherited from
totalPercentageLost
• Optional
totalPercentageLost: number
Inherited from
type
• type: "inbound-rtp"
| "outbound-rtp"